C1.LiveLinq.Indexing Namespace > Index<T,TKey> Class > FindLess Method : FindLess(TKey,Boolean,Func<TKey,Boolean>,Order) Method |
'Declaration
Public Overloads Overridable Function FindLess( _ ByVal key As TKey, _ ByVal inclusive As System.Boolean, _ ByVal keyPredicate As System.Func(Of TKey,Boolean), _ ByVal order As Order _ ) As IndexQuery(Of T,TKey)
public virtual IndexQuery<T,TKey> FindLess( TKey key, System.bool inclusive, System.Func<TKey,bool> keyPredicate, Order order )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2